Html Css Color HEX #B35CEA Medium Orchid

📋 copy color: '#B35CEA'

red 179 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #B35CEA

Tints of Medium Orchid #B35CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 35.45%
G = 18.22%
B = 46.34%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B35CEA (or 0xB35CEA) is known color: Medium Orchid. HEX triplet: B3, 5C and EA. RGB value is (179,92,234). Sum of RGB (Red+Green+Blue) = 179+92+234=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #B35CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35CEA is #4CA315. Grayscale: #858585. Windows color (decimal): -5022486 or 15359155. OLE color: 15359155.

HSL color Cylindrical-coordinate representation of color #B35CEA: hue angle of 276.76º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35CEA is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 92 234 -
CMYK 0.24 0.61 0 0.08
HSL 276.76º 0.77% 0.64% -
HSV(B) 276.76º 0.61% 0.92% -
XYZ 37.27 23.18 80.35 -
YUV 134.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 179 92 234 0.24 0.61 0 0.08 276.76 0.77 0.64
Hex B3 5C EA 18 3D 0 8 115 4D 40
Octal 263 134 352 30 75 0 10 425 115 100
Binary 10110011 1011100 11101010 11000 111101 0 1000 100010101 1001101 1000000

Color Harmonies of #B35CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CEA

Black with #B35CEA

Text Example


Text Example

White with #B35CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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