Html Css Color HEX #B35DEA Medium Orchid

📋 copy color: '#B35DEA'

red 179 ◦ green 93 ◦ blue 234

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

Shades of Medium Orchid #B35DEA

Tints of Medium Orchid #B35DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.38%

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

R = 35.38%
G = 18.38%
B = 46.25%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B35DEA (or 0xB35DEA) is known color: Medium Orchid. HEX triplet: B3, 5D and EA. RGB value is (179,93,234). Sum of RGB (Red+Green+Blue) = 179+93+234=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #B35DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DEA is #4CA215. Grayscale: #868686. Windows color (decimal): -5022230 or 15359411. OLE color: 15359411.

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

Color convert

RGB 179 93 234 -
CMYK 0.24 0.60 0 0.08
HSL 276.6º 0.77% 0.64% -
HSV(B) 276.6º 0.6% 0.92% -
XYZ 37.36 23.35 80.38 -
YUV 134.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 179 93 234 0.24 0.60 0 0.08 276.6 0.77 0.64
Hex B3 5D EA 18 3C 0 8 115 4D 40
Octal 263 135 352 30 74 0 10 425 115 100
Binary 10110011 1011101 11101010 11000 111100 0 1000 100010101 1001101 1000000

Color Harmonies of #B35DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DEA

Black with #B35DEA

Text Example


Text Example

White with #B35DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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