Html Css Color HEX #BD78CC Medium Orchid

📋 copy color: '#BD78CC'

red 189 ◦ green 120 ◦ blue 204

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

Shades of Medium Orchid #BD78CC

Tints of Medium Orchid #BD78CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.39%

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

R = 36.84%
G = 23.39%
B = 39.77%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD78CC (or 0xBD78CC) is known color: Medium Orchid. HEX triplet: BD, 78 and CC. RGB value is (189,120,204). Sum of RGB (Red+Green+Blue) = 189+120+204=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78CC is #428733. Grayscale: #959595. Windows color (decimal): -4359988 or 13400253. OLE color: 13400253.

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

Color convert

RGB 189 120 204 -
CMYK 0.07 0.41 0 0.2
HSL 289.29º 0.45% 0.64% -
HSV(B) 289.29º 0.41% 0.8% -
XYZ 38.6 28.61 60.61 -
YUV 150.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 189 120 204 0.07 0.41 0 0.2 289.29 0.45 0.64
Hex BD 78 CC 7 29 0 14 121 2D 40
Octal 275 170 314 7 51 0 24 441 55 100
Binary 10111101 1111000 11001100 111 101001 0 10100 100100001 101101 1000000

Color Harmonies of #BD78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78CC

Black with #BD78CC

Text Example


Text Example

White with #BD78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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