Html Css Color HEX #BD54FA Medium Orchid

📋 copy color: '#BD54FA'

red 189 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #BD54FA

Tints of Medium Orchid #BD54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.06%

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

R = 36.14%
G = 16.06%
B = 47.8%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD54FA (or 0xBD54FA) is known color: Medium Orchid. HEX triplet: BD, 54 and FA. RGB value is (189,84,250). Sum of RGB (Red+Green+Blue) = 189+84+250=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54FA is #42AB05. Grayscale: #858585. Windows color (decimal): -4369158 or 16405693. OLE color: 16405693.

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

Color convert

RGB 189 84 250 -
CMYK 0.24 0.66 0 0.02
HSL 277.95º 0.94% 0.65% -
HSV(B) 277.95º 0.66% 0.98% -
XYZ 41.41 24.06 92.9 -
YUV 134.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 189 84 250 0.24 0.66 0 0.02 277.95 0.94 0.65
Hex BD 54 FA 18 42 0 2 116 5E 41
Octal 275 124 372 30 102 0 2 426 136 101
Binary 10111101 1010100 11111010 11000 1000010 0 10 100010110 1011110 1000001

Color Harmonies of #BD54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54FA

Black with #BD54FA

Text Example


Text Example

White with #BD54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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