Html Css Color HEX #BF7BC6 Orchid

📋 copy color: '#BF7BC6'

red 191 ◦ green 123 ◦ blue 198

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

Shades of Orchid #BF7BC6

Tints of Orchid #BF7BC6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 37.3%
G = 24.02%
B = 38.67%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF7BC6 (or 0xBF7BC6) is known color: Orchid. HEX triplet: BF, 7B and C6. RGB value is (191,123,198). Sum of RGB (Red+Green+Blue) = 191+123+198=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC6 is #408439. Grayscale: #979797. Windows color (decimal): -4228154 or 13007807. OLE color: 13007807.

HSL color Cylindrical-coordinate representation of color #BF7BC6: hue angle of 294.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7BC6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 123 198 -
CMYK 0.04 0.38 0 0.22
HSL 294.4º 0.4% 0.63% -
HSV(B) 294.4º 0.38% 0.78% -
XYZ 38.76 29.32 57.04 -
YUV 151.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 191 123 198 0.04 0.38 0 0.22 294.4 0.4 0.63
Hex BF 7B C6 4 26 0 16 126 28 3F
Octal 277 173 306 4 46 0 26 446 50 77
Binary 10111111 1111011 11000110 100 100110 0 10110 100100110 101000 111111

Color Harmonies of #BF7BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BC6

Black with #BF7BC6

Text Example


Text Example

White with #BF7BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BC6; }

 p { color: rgb(191,123,198); }

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

background-color css

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

 a { background-color: rgb(191,123,198); }

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

border-color css

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

 span { border-color: rgb(191,123,198); }

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