Html Css Color HEX #BD5FCC Medium Orchid

📋 copy color: '#BD5FCC'

red 189 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #BD5FCC

Tints of Medium Orchid #BD5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.47%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 38.73%
G = 19.47%
B = 41.8%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD5FCC (or 0xBD5FCC) is known color: Medium Orchid. HEX triplet: BD, 5F and CC. RGB value is (189,95,204). Sum of RGB (Red+Green+Blue) = 189+95+204=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FCC is #42A033. Grayscale: #878787. Windows color (decimal): -4366388 or 13393853. OLE color: 13393853.

HSL color Cylindrical-coordinate representation of color #BD5FCC: hue angle of 291.74º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5FCC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 95 204 -
CMYK 0.07 0.53 0 0.2
HSL 291.74º 0.52% 0.59% -
HSV(B) 291.74º 0.53% 0.8% -
XYZ 35.98 23.36 59.74 -
YUV 135.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 189 95 204 0.07 0.53 0 0.2 291.74 0.52 0.59
Hex BD 5F CC 7 35 0 14 124 34 3B
Octal 275 137 314 7 65 0 24 444 64 73
Binary 10111101 1011111 11001100 111 110101 0 10100 100100100 110100 111011

Color Harmonies of #BD5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FCC

Black with #BD5FCC

Text Example


Text Example

White with #BD5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FCC; }

 p { color: rgb(189,95,204); }

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

background-color css

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

 a { background-color: rgb(189,95,204); }

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

border-color css

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

 span { border-color: rgb(189,95,204); }

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