Html Css Color HEX #BF6ACC Medium Orchid

📋 copy color: '#BF6ACC'

red 191 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #BF6ACC

Tints of Medium Orchid #BF6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.16%

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

R = 38.12%
G = 21.16%
B = 40.72%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF6ACC (or 0xBF6ACC) is known color: Medium Orchid. HEX triplet: BF, 6A and CC. RGB value is (191,106,204). Sum of RGB (Red+Green+Blue) = 191+106+204=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACC is #409533. Grayscale: #8E8E8E. Windows color (decimal): -4232500 or 13396671. OLE color: 13396671.

HSL color Cylindrical-coordinate representation of color #BF6ACC: hue angle of 292.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6ACC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 106 204 -
CMYK 0.06 0.48 0 0.2
HSL 292.04º 0.49% 0.61% -
HSV(B) 292.04º 0.48% 0.8% -
XYZ 37.54 25.74 60.12 -
YUV 142.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 191 106 204 0.06 0.48 0 0.2 292.04 0.49 0.61
Hex BF 6A CC 6 30 0 14 124 31 3D
Octal 277 152 314 6 60 0 24 444 61 75
Binary 10111111 1101010 11001100 110 110000 0 10100 100100100 110001 111101

Color Harmonies of #BF6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ACC

Black with #BF6ACC

Text Example


Text Example

White with #BF6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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