Html Css Color HEX #BF76C5 Orchid

📋 copy color: '#BF76C5'

red 191 ◦ green 118 ◦ blue 197

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

Shades of Orchid #BF76C5

Tints of Orchid #BF76C5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 37.75%
G = 23.32%
B = 38.93%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF76C5 (or 0xBF76C5) is known color: Orchid. HEX triplet: BF, 76 and C5. RGB value is (191,118,197). Sum of RGB (Red+Green+Blue) = 191+118+197=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C5 is #40893A. Grayscale: #949494. Windows color (decimal): -4229435 or 12940991. OLE color: 12940991.

HSL color Cylindrical-coordinate representation of color #BF76C5: hue angle of 295.44º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF76C5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 118 197 -
CMYK 0.03 0.40 0 0.23
HSL 295.44º 0.41% 0.62% -
HSV(B) 295.44º 0.4% 0.77% -
XYZ 38.04 28.06 56.24 -
YUV 148.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 191 118 197 0.03 0.40 0 0.23 295.44 0.41 0.62
Hex BF 76 C5 3 28 0 17 127 29 3E
Octal 277 166 305 3 50 0 27 447 51 76
Binary 10111111 1110110 11000101 11 101000 0 10111 100100111 101001 111110

Color Harmonies of #BF76C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76C5

Black with #BF76C5

Text Example


Text Example

White with #BF76C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76C5; }

 p { color: rgb(191,118,197); }

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

background-color css

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

 a { background-color: rgb(191,118,197); }

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

border-color css

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

 span { border-color: rgb(191,118,197); }

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