Html Css Color HEX #B35CCB Medium Orchid

📋 copy color: '#B35CCB'

red 179 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #B35CCB

Tints of Medium Orchid #B35CCB

RGB

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

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

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

R = 37.76%
G = 19.41%
B = 42.83%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35CCB (or 0xB35CCB) is known color: Medium Orchid. HEX triplet: B3, 5C and CB. RGB value is (179,92,203). Sum of RGB (Red+Green+Blue) = 179+92+203=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B35CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CCB is #4CA334. Grayscale: #828282. Windows color (decimal): -5022517 or 13327539. OLE color: 13327539.

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

Color convert

RGB 179 92 203 -
CMYK 0.12 0.55 0 0.20
HSL 287.03º 0.52% 0.58% -
HSV(B) 287.03º 0.55% 0.8% -
XYZ 33.2 21.55 58.91 -
YUV 130.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 179 92 203 0.12 0.55 0 0.20 287.03 0.52 0.58
Hex B3 5C CB C 37 0 14 11F 34 3A
Octal 263 134 313 14 67 0 24 437 64 72
Binary 10110011 1011100 11001011 1100 110111 0 10100 100011111 110100 111010

Color Harmonies of #B35CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CCB

Black with #B35CCB

Text Example


Text Example

White with #B35CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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