Html Css Color HEX #B752DB Medium Orchid

📋 copy color: '#B752DB'

red 183 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #B752DB

Tints of Medium Orchid #B752DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 37.81%
G = 16.94%
B = 45.25%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B752DB (or 0xB752DB) is known color: Medium Orchid. HEX triplet: B7, 52 and DB. RGB value is (183,82,219). Sum of RGB (Red+Green+Blue) = 183+82+219=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B752DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752DB is #48AD24. Grayscale: #7F7F7F. Windows color (decimal): -4762917 or 14373559. OLE color: 14373559.

HSL color Cylindrical-coordinate representation of color #B752DB: hue angle of 284.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B752DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 82 219 -
CMYK 0.16 0.63 0 0.14
HSL 284.23º 0.66% 0.59% -
HSV(B) 284.23º 0.63% 0.86% -
XYZ 35.33 21.22 69.25 -
YUV 127.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 183 82 219 0.16 0.63 0 0.14 284.23 0.66 0.59
Hex B7 52 DB 10 3F 0 E 11C 42 3B
Octal 267 122 333 20 77 0 16 434 102 73
Binary 10110111 1010010 11011011 10000 111111 0 1110 100011100 1000010 111011

Color Harmonies of #B752DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752DB

Black with #B752DB

Text Example


Text Example

White with #B752DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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