Html Css Color HEX #BD66CA Medium Orchid

📋 copy color: '#BD66CA'

red 189 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #BD66CA

Tints of Medium Orchid #BD66CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.69%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 38.34%
G = 20.69%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD66CA (or 0xBD66CA) is known color: Medium Orchid. HEX triplet: BD, 66 and CA. RGB value is (189,102,202). Sum of RGB (Red+Green+Blue) = 189+102+202=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66CA is #429935. Grayscale: #8B8B8B. Windows color (decimal): -4364598 or 13264573. OLE color: 13264573.

HSL color Cylindrical-coordinate representation of color #BD66CA: hue angle of 292.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD66CA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 102 202 -
CMYK 0.06 0.50 0 0.21
HSL 292.2º 0.49% 0.6% -
HSV(B) 292.2º 0.5% 0.79% -
XYZ 36.4 24.59 58.7 -
YUV 139.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 189 102 202 0.06 0.50 0 0.21 292.2 0.49 0.6
Hex BD 66 CA 6 32 0 15 124 31 3C
Octal 275 146 312 6 62 0 25 444 61 74
Binary 10111101 1100110 11001010 110 110010 0 10101 100100100 110001 111100

Color Harmonies of #BD66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD66CA

Black with #BD66CA

Text Example


Text Example

White with #BD66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD66CA; }

 p { color: rgb(189,102,202); }

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

background-color css

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

 a { background-color: rgb(189,102,202); }

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

border-color css

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

 span { border-color: rgb(189,102,202); }

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