Html Css Color HEX #BF7ACC Orchid

📋 copy color: '#BF7ACC'

red 191 ◦ green 122 ◦ blue 204

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

Shades of Orchid #BF7ACC

Tints of Orchid #BF7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 36.94%
G = 23.6%
B = 39.46%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF7ACC (or 0xBF7ACC) is known color: Orchid. HEX triplet: BF, 7A and CC. RGB value is (191,122,204). Sum of RGB (Red+Green+Blue) = 191+122+204=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ACC is #408533. Grayscale: #979797. Windows color (decimal): -4228404 or 13400767. OLE color: 13400767.

HSL color Cylindrical-coordinate representation of color #BF7ACC: hue angle of 290.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7ACC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 122 204 -
CMYK 0.06 0.40 0 0.2
HSL 290.49º 0.45% 0.64% -
HSV(B) 290.49º 0.4% 0.8% -
XYZ 39.34 29.36 60.72 -
YUV 151.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 191 122 204 0.06 0.40 0 0.2 290.49 0.45 0.64
Hex BF 7A CC 6 28 0 14 122 2D 40
Octal 277 172 314 6 50 0 24 442 55 100
Binary 10111111 1111010 11001100 110 101000 0 10100 100100010 101101 1000000

Color Harmonies of #BF7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7ACC

Black with #BF7ACC

Text Example


Text Example

White with #BF7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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