Html Css Color HEX #BD72CC Medium Orchid

📋 copy color: '#BD72CC'

red 189 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #BD72CC

Tints of Medium Orchid #BD72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 37.28%
G = 22.49%
B = 40.24%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD72CC (or 0xBD72CC) is known color: Medium Orchid. HEX triplet: BD, 72 and CC. RGB value is (189,114,204). Sum of RGB (Red+Green+Blue) = 189+114+204=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72CC is #428D33. Grayscale: #929292. Windows color (decimal): -4361524 or 13398717. OLE color: 13398717.

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

Color convert

RGB 189 114 204 -
CMYK 0.07 0.44 0 0.2
HSL 290º 0.47% 0.62% -
HSV(B) 290º 0.44% 0.8% -
XYZ 37.9 27.21 60.38 -
YUV 146.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 189 114 204 0.07 0.44 0 0.2 290 0.47 0.62
Hex BD 72 CC 7 2C 0 14 122 2F 3E
Octal 275 162 314 7 54 0 24 442 57 76
Binary 10111101 1110010 11001100 111 101100 0 10100 100100010 101111 111110

Color Harmonies of #BD72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72CC

Black with #BD72CC

Text Example


Text Example

White with #BD72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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