Html Css Color HEX #B752CC Medium Orchid

📋 copy color: '#B752CC'

red 183 ◦ green 82 ◦ blue 204

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

Shades of Medium Orchid #B752CC

Tints of Medium Orchid #B752CC

RGB

 RED value IS 183 (71.88% from 255) = 39.02%

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

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

R = 39.02%
G = 17.48%
B = 43.5%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B752CC (or 0xB752CC) is known color: Medium Orchid. HEX triplet: B7, 52 and CC. RGB value is (183,82,204). Sum of RGB (Red+Green+Blue) = 183+82+204=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B752CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752CC is #48AD33. Grayscale: #7D7D7D. Windows color (decimal): -4762932 or 13390519. OLE color: 13390519.

HSL color Cylindrical-coordinate representation of color #B752CC: hue angle of 289.67º 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 #B752CC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 82 204 -
CMYK 0.10 0.60 0 0.2
HSL 289.67º 0.54% 0.56% -
HSV(B) 289.67º 0.6% 0.8% -
XYZ 33.44 20.46 59.31 -
YUV 126.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 183 82 204 0.10 0.60 0 0.2 289.67 0.54 0.56
Hex B7 52 CC A 3C 0 14 122 36 38
Octal 267 122 314 12 74 0 24 442 66 70
Binary 10110111 1010010 11001100 1010 111100 0 10100 100100010 110110 111000

Color Harmonies of #B752CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752CC

Black with #B752CC

Text Example


Text Example

White with #B752CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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