Html Css Color HEX #BF79C1 Orchid

📋 copy color: '#BF79C1'

red 191 ◦ green 121 ◦ blue 193

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

Shades of Orchid #BF79C1

Tints of Orchid #BF79C1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.96%

 BLUE value IS 193 (75.78% from 255) = 38.22%

R = 37.82%
G = 23.96%
B = 38.22%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF79C1 (or 0xBF79C1) is known color: Orchid. HEX triplet: BF, 79 and C1. RGB value is (191,121,193). Sum of RGB (Red+Green+Blue) = 191+121+193=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79C1 is #40863E. Grayscale: #959595. Windows color (decimal): -4228671 or 12679615. OLE color: 12679615.

HSL color Cylindrical-coordinate representation of color #BF79C1: hue angle of 298.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF79C1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 121 193 -
CMYK 0.01 0.37 0 0.24
HSL 298.33º 0.37% 0.62% -
HSV(B) 298.33º 0.37% 0.76% -
XYZ 37.95 28.6 53.97 -
YUV 150.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 191 121 193 0.01 0.37 0 0.24 298.33 0.37 0.62
Hex BF 79 C1 1 25 0 18 12A 25 3E
Octal 277 171 301 1 45 0 30 452 45 76
Binary 10111111 1111001 11000001 1 100101 0 11000 100101010 100101 111110

Color Harmonies of #BF79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79C1

Black with #BF79C1

Text Example


Text Example

White with #BF79C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79C1; }

 p { color: rgb(191,121,193); }

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

background-color css

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

 a { background-color: rgb(191,121,193); }

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

border-color css

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

 span { border-color: rgb(191,121,193); }

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