Html Css Color HEX #B752CD Medium Orchid

📋 copy color: '#B752CD'

red 183 ◦ green 82 ◦ blue 205

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

Shades of Medium Orchid #B752CD

Tints of Medium Orchid #B752CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 38.94%
G = 17.45%
B = 43.62%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B752CD (or 0xB752CD) is known color: Medium Orchid. HEX triplet: B7, 52 and CD. RGB value is (183,82,205). Sum of RGB (Red+Green+Blue) = 183+82+205=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #B752CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752CD is #48AD32. Grayscale: #7D7D7D. Windows color (decimal): -4762931 or 13456055. OLE color: 13456055.

HSL color Cylindrical-coordinate representation of color #B752CD: hue angle of 289.27º degrees, saturation: 0.55, 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 #B752CD is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 82 205 -
CMYK 0.11 0.6 0 0.20
HSL 289.27º 0.55% 0.56% -
HSV(B) 289.27º 0.6% 0.8% -
XYZ 33.57 20.51 59.95 -
YUV 126.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 183 82 205 0.11 0.6 0 0.20 289.27 0.55 0.56
Hex B7 52 CD B 3C 0 14 121 37 38
Octal 267 122 315 13 74 0 24 441 67 70
Binary 10110111 1010010 11001101 1011 111100 0 10100 100100001 110111 111000

Color Harmonies of #B752CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752CD

Black with #B752CD

Text Example


Text Example

White with #B752CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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