Html Css Color HEX #BF7EC2 Orchid

📋 copy color: '#BF7EC2'

red 191 ◦ green 126 ◦ blue 194

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

Shades of Orchid #BF7EC2

Tints of Orchid #BF7EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.66%

 BLUE value IS 194 (76.17% from 255) = 37.96%

R = 37.38%
G = 24.66%
B = 37.96%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF7EC2 (or 0xBF7EC2) is known color: Orchid. HEX triplet: BF, 7E and C2. RGB value is (191,126,194). Sum of RGB (Red+Green+Blue) = 191+126+194=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF7EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EC2 is #40813D. Grayscale: #989898. Windows color (decimal): -4227390 or 12746431. OLE color: 12746431.

HSL color Cylindrical-coordinate representation of color #BF7EC2: hue angle of 297.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7EC2 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 126 194 -
CMYK 0.02 0.35 0 0.24
HSL 297.35º 0.36% 0.63% -
HSV(B) 297.35º 0.35% 0.76% -
XYZ 38.68 29.89 54.77 -
YUV 153.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 191 126 194 0.02 0.35 0 0.24 297.35 0.36 0.63
Hex BF 7E C2 2 23 0 18 129 24 3F
Octal 277 176 302 2 43 0 30 451 44 77
Binary 10111111 1111110 11000010 10 100011 0 11000 100101001 100100 111111

Color Harmonies of #BF7EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EC2

Black with #BF7EC2

Text Example


Text Example

White with #BF7EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EC2; }

 p { color: rgb(191,126,194); }

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

background-color css

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

 a { background-color: rgb(191,126,194); }

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

border-color css

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

 span { border-color: rgb(191,126,194); }

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