Html Css Color HEX #B35ACB Medium Orchid

📋 copy color: '#B35ACB'

red 179 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #B35ACB

Tints of Medium Orchid #B35ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

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

R = 37.92%
G = 19.07%
B = 43.01%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35ACB (or 0xB35ACB) is known color: Medium Orchid. HEX triplet: B3, 5A and CB. RGB value is (179,90,203). Sum of RGB (Red+Green+Blue) = 179+90+203=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B35ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ACB is #4CA534. Grayscale: #818181. Windows color (decimal): -5023029 or 13327027. OLE color: 13327027.

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

Color convert

RGB 179 90 203 -
CMYK 0.12 0.56 0 0.20
HSL 287.26º 0.52% 0.57% -
HSV(B) 287.26º 0.56% 0.8% -
XYZ 33.03 21.21 58.85 -
YUV 129.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 179 90 203 0.12 0.56 0 0.20 287.26 0.52 0.57
Hex B3 5A CB C 38 0 14 11F 34 39
Octal 263 132 313 14 70 0 24 437 64 71
Binary 10110011 1011010 11001011 1100 111000 0 10100 100011111 110100 111001

Color Harmonies of #B35ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35ACB

Black with #B35ACB

Text Example


Text Example

White with #B35ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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