Html Css Color HEX #BF53CC Medium Orchid

📋 copy color: '#BF53CC'

red 191 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #BF53CC

Tints of Medium Orchid #BF53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

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

R = 39.96%
G = 17.36%
B = 42.68%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF53CC (or 0xBF53CC) is known color: Medium Orchid. HEX triplet: BF, 53 and CC. RGB value is (191,83,204). Sum of RGB (Red+Green+Blue) = 191+83+204=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53CC is #40AC33. Grayscale: #808080. Windows color (decimal): -4238388 or 13390783. OLE color: 13390783.

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

Color convert

RGB 191 83 204 -
CMYK 0.06 0.59 0 0.2
HSL 293.55º 0.54% 0.56% -
HSV(B) 293.55º 0.59% 0.8% -
XYZ 35.48 21.62 59.43 -
YUV 129.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 191 83 204 0.06 0.59 0 0.2 293.55 0.54 0.56
Hex BF 53 CC 6 3B 0 14 126 36 38
Octal 277 123 314 6 73 0 24 446 66 70
Binary 10111111 1010011 11001100 110 111011 0 10100 100100110 110110 111000

Color Harmonies of #BF53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53CC

Black with #BF53CC

Text Example


Text Example

White with #BF53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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