Html Css Color HEX #BD67CC Medium Orchid

📋 copy color: '#BD67CC'

red 189 ◦ green 103 ◦ blue 204

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

Shades of Medium Orchid #BD67CC

Tints of Medium Orchid #BD67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.77%

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

R = 38.1%
G = 20.77%
B = 41.13%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD67CC (or 0xBD67CC) is known color: Medium Orchid. HEX triplet: BD, 67 and CC. RGB value is (189,103,204). Sum of RGB (Red+Green+Blue) = 189+103+204=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67CC is #429833. Grayscale: #8B8B8B. Windows color (decimal): -4364340 or 13395901. OLE color: 13395901.

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

Color convert

RGB 189 103 204 -
CMYK 0.07 0.50 0 0.2
HSL 291.09º 0.5% 0.6% -
HSV(B) 291.09º 0.5% 0.8% -
XYZ 36.74 24.88 59.99 -
YUV 140.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 189 103 204 0.07 0.50 0 0.2 291.09 0.5 0.6
Hex BD 67 CC 7 32 0 14 123 32 3C
Octal 275 147 314 7 62 0 24 443 62 74
Binary 10111101 1100111 11001100 111 110010 0 10100 100100011 110010 111100

Color Harmonies of #BD67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67CC

Black with #BD67CC

Text Example


Text Example

White with #BD67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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