Html Css Color HEX #BF52CC Medium Orchid

📋 copy color: '#BF52CC'

red 191 ◦ green 82 ◦ blue 204

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

Shades of Medium Orchid #BF52CC

Tints of Medium Orchid #BF52CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.19%

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

R = 40.04%
G = 17.19%
B = 42.77%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF52CC (or 0xBF52CC) is known color: Medium Orchid. HEX triplet: BF, 52 and CC. RGB value is (191,82,204). Sum of RGB (Red+Green+Blue) = 191+82+204=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52CC is #40AD33. Grayscale: #808080. Windows color (decimal): -4238644 or 13390527. OLE color: 13390527.

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

Color convert

RGB 191 82 204 -
CMYK 0.06 0.60 0 0.2
HSL 293.61º 0.54% 0.56% -
HSV(B) 293.61º 0.6% 0.8% -
XYZ 35.4 21.47 59.41 -
YUV 128.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 191 82 204 0.06 0.60 0 0.2 293.61 0.54 0.56
Hex BF 52 CC 6 3C 0 14 126 36 38
Octal 277 122 314 6 74 0 24 446 66 70
Binary 10111111 1010010 11001100 110 111100 0 10100 100100110 110110 111000

Color Harmonies of #BF52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52CC

Black with #BF52CC

Text Example


Text Example

White with #BF52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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