Html Css Color HEX #B35CCD Medium Orchid

📋 copy color: '#B35CCD'

red 179 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #B35CCD

Tints of Medium Orchid #B35CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 37.61%
G = 19.33%
B = 43.07%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35CCD (or 0xB35CCD) is known color: Medium Orchid. HEX triplet: B3, 5C and CD. RGB value is (179,92,205). Sum of RGB (Red+Green+Blue) = 179+92+205=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CCD is #4CA332. Grayscale: #828282. Windows color (decimal): -5022515 or 13458611. OLE color: 13458611.

HSL color Cylindrical-coordinate representation of color #B35CCD: hue angle of 286.19º degrees, saturation: 0.53, 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 #B35CCD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 92 205 -
CMYK 0.13 0.55 0 0.20
HSL 286.19º 0.53% 0.58% -
HSV(B) 286.19º 0.55% 0.8% -
XYZ 33.44 21.65 60.17 -
YUV 130.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 179 92 205 0.13 0.55 0 0.20 286.19 0.53 0.58
Hex B3 5C CD D 37 0 14 11E 35 3A
Octal 263 134 315 15 67 0 24 436 65 72
Binary 10110011 1011100 11001101 1101 110111 0 10100 100011110 110101 111010

Color Harmonies of #B35CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CCD

Black with #B35CCD

Text Example


Text Example

White with #B35CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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