Html Css Color HEX #B652CB Medium Orchid

📋 copy color: '#B652CB'

red 182 ◦ green 82 ◦ blue 203

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

Shades of Medium Orchid #B652CB

Tints of Medium Orchid #B652CB

RGB

 RED value IS 182 (71.48% from 255) = 38.97%

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 38.97%
G = 17.56%
B = 43.47%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B652CB (or 0xB652CB) is known color: Medium Orchid. HEX triplet: B6, 52 and CB. RGB value is (182,82,203). Sum of RGB (Red+Green+Blue) = 182+82+203=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B652CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652CB is #49AD34. Grayscale: #7D7D7D. Windows color (decimal): -4828469 or 13324982. OLE color: 13324982.

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

Color convert

RGB 182 82 203 -
CMYK 0.10 0.60 0 0.20
HSL 289.59º 0.54% 0.56% -
HSV(B) 289.59º 0.6% 0.8% -
XYZ 33.09 20.29 58.67 -
YUV 125.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 182 82 203 0.10 0.60 0 0.20 289.59 0.54 0.56
Hex B6 52 CB A 3C 0 14 122 36 38
Octal 266 122 313 12 74 0 24 442 66 70
Binary 10110110 1010010 11001011 1010 111100 0 10100 100100010 110110 111000

Color Harmonies of #B652CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652CB

Black with #B652CB

Text Example


Text Example

White with #B652CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652CB; }

 p { color: rgb(182,82,203); }

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

background-color css

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

 a { background-color: rgb(182,82,203); }

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

border-color css

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

 span { border-color: rgb(182,82,203); }

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