Html Css Color HEX #B352CB Medium Orchid

📋 copy color: '#B352CB'

red 179 ◦ green 82 ◦ blue 203

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

Shades of Medium Orchid #B352CB

Tints of Medium Orchid #B352CB

RGB

 RED value IS 179 (70.31% from 255) = 38.58%

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

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

R = 38.58%
G = 17.67%
B = 43.75%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B352CB (or 0xB352CB) is known color: Medium Orchid. HEX triplet: B3, 52 and CB. RGB value is (179,82,203). Sum of RGB (Red+Green+Blue) = 179+82+203=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B352CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352CB is #4CAD34. Grayscale: #7C7C7C. Windows color (decimal): -5025077 or 13324979. OLE color: 13324979.

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

Color convert

RGB 179 82 203 -
CMYK 0.12 0.60 0 0.20
HSL 288.1º 0.54% 0.56% -
HSV(B) 288.1º 0.6% 0.8% -
XYZ 32.39 19.93 58.64 -
YUV 124.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 179 82 203 0.12 0.60 0 0.20 288.1 0.54 0.56
Hex B3 52 CB C 3C 0 14 120 36 38
Octal 263 122 313 14 74 0 24 440 66 70
Binary 10110011 1010010 11001011 1100 111100 0 10100 100100000 110110 111000

Color Harmonies of #B352CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352CB

Black with #B352CB

Text Example


Text Example

White with #B352CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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