Html Css Color HEX #BF78C0 Orchid

📋 copy color: '#BF78C0'

red 191 ◦ green 120 ◦ blue 192

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

Shades of Orchid #BF78C0

Tints of Orchid #BF78C0

RGB

 RED value IS 191 (75% from 255) = 37.97%

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

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 37.97%
G = 23.86%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF78C0 (or 0xBF78C0) is known color: Orchid. HEX triplet: BF, 78 and C0. RGB value is (191,120,192). Sum of RGB (Red+Green+Blue) = 191+120+192=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78C0 is #40873F. Grayscale: #959595. Windows color (decimal): -4228928 or 12613823. OLE color: 12613823.

HSL color Cylindrical-coordinate representation of color #BF78C0: hue angle of 299.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF78C0 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 192 -
CMYK 0.01 0.38 0 0.25
HSL 299.17º 0.36% 0.61% -
HSV(B) 299.17º 0.38% 0.75% -
XYZ 37.72 28.32 53.35 -
YUV 149.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 191 120 192 0.01 0.38 0 0.25 299.17 0.36 0.61
Hex BF 78 C0 1 26 0 19 12B 24 3D
Octal 277 170 300 1 46 0 31 453 44 75
Binary 10111111 1111000 11000000 1 100110 0 11001 100101011 100100 111101

Color Harmonies of #BF78C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78C0

Black with #BF78C0

Text Example


Text Example

White with #BF78C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78C0; }

 p { color: rgb(191,120,192); }

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

background-color css

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

 a { background-color: rgb(191,120,192); }

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

border-color css

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

 span { border-color: rgb(191,120,192); }

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