Html Css Color HEX #BD71CC Medium Orchid

📋 copy color: '#BD71CC'

red 189 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #BD71CC

Tints of Medium Orchid #BD71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

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

R = 37.35%
G = 22.33%
B = 40.32%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD71CC (or 0xBD71CC) is known color: Medium Orchid. HEX triplet: BD, 71 and CC. RGB value is (189,113,204). Sum of RGB (Red+Green+Blue) = 189+113+204=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71CC is #428E33. Grayscale: #919191. Windows color (decimal): -4361780 or 13398461. OLE color: 13398461.

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

Color convert

RGB 189 113 204 -
CMYK 0.07 0.45 0 0.2
HSL 290.11º 0.47% 0.62% -
HSV(B) 290.11º 0.45% 0.8% -
XYZ 37.79 26.99 60.34 -
YUV 146.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 189 113 204 0.07 0.45 0 0.2 290.11 0.47 0.62
Hex BD 71 CC 7 2D 0 14 122 2F 3E
Octal 275 161 314 7 55 0 24 442 57 76
Binary 10111101 1110001 11001100 111 101101 0 10100 100100010 101111 111110

Color Harmonies of #BD71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71CC

Black with #BD71CC

Text Example


Text Example

White with #BD71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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