Html Css Color HEX #B35CCC Medium Orchid

📋 copy color: '#B35CCC'

red 179 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B35CCC

Tints of Medium Orchid #B35CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

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

R = 37.68%
G = 19.37%
B = 42.95%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B35CCC (or 0xB35CCC) is known color: Medium Orchid. HEX triplet: B3, 5C and CC. RGB value is (179,92,204). Sum of RGB (Red+Green+Blue) = 179+92+204=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B35CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CCC is #4CA333. Grayscale: #828282. Windows color (decimal): -5022516 or 13393075. OLE color: 13393075.

HSL color Cylindrical-coordinate representation of color #B35CCC: hue angle of 286.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35CCC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 92 204 -
CMYK 0.12 0.55 0 0.2
HSL 286.61º 0.52% 0.58% -
HSV(B) 286.61º 0.55% 0.8% -
XYZ 33.32 21.6 59.54 -
YUV 130.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 179 92 204 0.12 0.55 0 0.2 286.61 0.52 0.58
Hex B3 5C CC C 37 0 14 11F 34 3A
Octal 263 134 314 14 67 0 24 437 64 72
Binary 10110011 1011100 11001100 1100 110111 0 10100 100011111 110100 111010

Color Harmonies of #B35CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CCC

Black with #B35CCC

Text Example


Text Example

White with #B35CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CCC; }

 p { color: rgb(179,92,204); }

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

background-color css

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

 a { background-color: rgb(179,92,204); }

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

border-color css

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

 span { border-color: rgb(179,92,204); }

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