Html Css Color HEX #BF5ACC Medium Orchid

📋 copy color: '#BF5ACC'

red 191 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #BF5ACC

Tints of Medium Orchid #BF5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

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

R = 39.38%
G = 18.56%
B = 42.06%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF5ACC (or 0xBF5ACC) is known color: Medium Orchid. HEX triplet: BF, 5A and CC. RGB value is (191,90,204). Sum of RGB (Red+Green+Blue) = 191+90+204=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ACC is #40A533. Grayscale: #848484. Windows color (decimal): -4236596 or 13392575. OLE color: 13392575.

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

Color convert

RGB 191 90 204 -
CMYK 0.06 0.56 0 0.2
HSL 293.16º 0.53% 0.58% -
HSV(B) 293.16º 0.56% 0.8% -
XYZ 36.04 22.75 59.62 -
YUV 133.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 191 90 204 0.06 0.56 0 0.2 293.16 0.53 0.58
Hex BF 5A CC 6 38 0 14 125 35 3A
Octal 277 132 314 6 70 0 24 445 65 72
Binary 10111111 1011010 11001100 110 111000 0 10100 100100101 110101 111010

Color Harmonies of #BF5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ACC

Black with #BF5ACC

Text Example


Text Example

White with #BF5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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