Html Css Color HEX #BD3EFA Medium Orchid

📋 copy color: '#BD3EFA'

red 189 ◦ green 62 ◦ blue 250

#BD3EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD3EFA

Tints of Medium Orchid #BD3EFA

RGB

 RED value IS 189 (74.22% from 255) = 37.72%

 GREEN value IS 62 (24.61% from 255) = 12.38%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 37.72%
G = 12.38%
B = 49.9%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD3EFA (or 0xBD3EFA) is known color: Medium Orchid. HEX triplet: BD, 3E and FA. RGB value is (189,62,250). Sum of RGB (Red+Green+Blue) = 189+62+250=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD3EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EFA is #42C105. Grayscale: #787878. Windows color (decimal): -4374790 or 16400061. OLE color: 16400061.

HSL color Cylindrical-coordinate representation of color #BD3EFA: hue angle of 280.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3EFA is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 62 250 -
CMYK 0.24 0.75 0 0.02
HSL 280.53º 0.95% 0.61% -
HSV(B) 280.53º 0.75% 0.98% -
XYZ 39.96 21.17 92.42 -
YUV 121.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 189 62 250 0.24 0.75 0 0.02 280.53 0.95 0.61
Hex BD 3E FA 18 4B 0 2 119 5F 3D
Octal 275 76 372 30 113 0 2 431 137 75
Binary 10111101 111110 11111010 11000 1001011 0 10 100011001 1011111 111101

Color Harmonies of #BD3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EFA

Black with #BD3EFA

Text Example


Text Example

White with #BD3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EFA; }

 p { color: rgb(189,62,250); }

 H1.HeaderClassName
 {
   color: #BD3EFA;
 }
 .AnyTagClassName
 {
   color: #BD3EFA;
 }
</style>

background-color css

<style>
 a { background-color: #BD3EFA; }

 a { background-color: rgb(189,62,250); }

 div.DivClassName
 {
   background-color: #BD3EFA;
 }
 .BgClassName
 {
   background-color: #BD3EFA;
 }
</style>

border-color css

<style>
 span { border-color: #BD3EFA; }

 span { border-color: rgb(189,62,250); }

 td.TdClassName
 {
   border-color: #BD3EFA;
 }
 .TagClassName
 {
   border-color: #BD3EFA;
 }
</style>