Html Css Color HEX #BD36FA Medium Orchid

📋 copy color: '#BD36FA'

red 189 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #BD36FA

Tints of Medium Orchid #BD36FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.95%

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

R = 38.34%
G = 10.95%
B = 50.71%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD36FA (or 0xBD36FA) is known color: Medium Orchid. HEX triplet: BD, 36 and FA. RGB value is (189,54,250). Sum of RGB (Red+Green+Blue) = 189+54+250=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD36FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD36FA is #42C905. Grayscale: #747474. Windows color (decimal): -4376838 or 16398013. OLE color: 16398013.

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

Color convert

RGB 189 54 250 -
CMYK 0.24 0.78 0 0.02
HSL 281.33º 0.95% 0.6% -
HSV(B) 281.33º 0.78% 0.98% -
XYZ 39.56 20.36 92.29 -
YUV 116.71 203.23 179.56 -
System Red Green Blue C M Y K H S L
Decimal 189 54 250 0.24 0.78 0 0.02 281.33 0.95 0.6
Hex BD 36 FA 18 4E 0 2 119 5F 3C
Octal 275 66 372 30 116 0 2 431 137 74
Binary 10111101 110110 11111010 11000 1001110 0 10 100011001 1011111 111100

Color Harmonies of #BD36FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36FA

Black with #BD36FA

Text Example


Text Example

White with #BD36FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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