Html Css Color HEX #BF7ACF Orchid

📋 copy color: '#BF7ACF'

red 191 ◦ green 122 ◦ blue 207

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

Shades of Orchid #BF7ACF

Tints of Orchid #BF7ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 36.73%
G = 23.46%
B = 39.81%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF7ACF (or 0xBF7ACF) is known color: Orchid. HEX triplet: BF, 7A and CF. RGB value is (191,122,207). Sum of RGB (Red+Green+Blue) = 191+122+207=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ACF is #408530. Grayscale: #989898. Windows color (decimal): -4228401 or 13597375. OLE color: 13597375.

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

Color convert

RGB 191 122 207 -
CMYK 0.08 0.41 0 0.19
HSL 288.71º 0.47% 0.65% -
HSV(B) 288.71º 0.41% 0.81% -
XYZ 39.71 29.5 62.63 -
YUV 152.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 191 122 207 0.08 0.41 0 0.19 288.71 0.47 0.65
Hex BF 7A CF 8 29 0 13 121 2F 41
Octal 277 172 317 10 51 0 23 441 57 101
Binary 10111111 1111010 11001111 1000 101001 0 10011 100100001 101111 1000001

Color Harmonies of #BF7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7ACF

Black with #BF7ACF

Text Example


Text Example

White with #BF7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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