Html Css Color HEX #B35CCE Medium Orchid

📋 copy color: '#B35CCE'

red 179 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #B35CCE

Tints of Medium Orchid #B35CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 37.53%
G = 19.29%
B = 43.19%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B35CCE (or 0xB35CCE) is known color: Medium Orchid. HEX triplet: B3, 5C and CE. RGB value is (179,92,206). Sum of RGB (Red+Green+Blue) = 179+92+206=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #B35CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CCE is #4CA331. Grayscale: #828282. Windows color (decimal): -5022514 or 13524147. OLE color: 13524147.

HSL color Cylindrical-coordinate representation of color #B35CCE: hue angle of 285.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35CCE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 92 206 -
CMYK 0.13 0.55 0 0.19
HSL 285.79º 0.54% 0.58% -
HSV(B) 285.79º 0.55% 0.81% -
XYZ 33.56 21.69 60.81 -
YUV 131.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 179 92 206 0.13 0.55 0 0.19 285.79 0.54 0.58
Hex B3 5C CE D 37 0 13 11E 36 3A
Octal 263 134 316 15 67 0 23 436 66 72
Binary 10110011 1011100 11001110 1101 110111 0 10011 100011110 110110 111010

Color Harmonies of #B35CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CCE

Black with #B35CCE

Text Example


Text Example

White with #B35CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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