Html Css Color HEX #BF7ACE Orchid

📋 copy color: '#BF7ACE'

red 191 ◦ green 122 ◦ blue 206

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

Shades of Orchid #BF7ACE

Tints of Orchid #BF7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 36.8%
G = 23.51%
B = 39.69%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF7ACE (or 0xBF7ACE) is known color: Orchid. HEX triplet: BF, 7A and CE. RGB value is (191,122,206). Sum of RGB (Red+Green+Blue) = 191+122+206=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ACE is #408531. Grayscale: #979797. Windows color (decimal): -4228402 or 13531839. OLE color: 13531839.

HSL color Cylindrical-coordinate representation of color #BF7ACE: hue angle of 289.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7ACE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 122 206 -
CMYK 0.07 0.41 0 0.19
HSL 289.29º 0.46% 0.64% -
HSV(B) 289.29º 0.41% 0.81% -
XYZ 39.59 29.45 61.99 -
YUV 152.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 191 122 206 0.07 0.41 0 0.19 289.29 0.46 0.64
Hex BF 7A CE 7 29 0 13 121 2E 40
Octal 277 172 316 7 51 0 23 441 56 100
Binary 10111111 1111010 11001110 111 101001 0 10011 100100001 101110 1000000

Color Harmonies of #BF7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7ACE

Black with #BF7ACE

Text Example


Text Example

White with #BF7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7ACE; }

 p { color: rgb(191,122,206); }

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

background-color css

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

 a { background-color: rgb(191,122,206); }

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

border-color css

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

 span { border-color: rgb(191,122,206); }

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