Html Css Color HEX #B35CEE Medium Orchid

📋 copy color: '#B35CEE'

red 179 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #B35CEE

Tints of Medium Orchid #B35CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 35.17%
G = 18.07%
B = 46.76%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B35CEE (or 0xB35CEE) is known color: Medium Orchid. HEX triplet: B3, 5C and EE. RGB value is (179,92,238). Sum of RGB (Red+Green+Blue) = 179+92+238=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #B35CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35CEE is #4CA311. Grayscale: #868686. Windows color (decimal): -5022482 or 15621299. OLE color: 15621299.

HSL color Cylindrical-coordinate representation of color #B35CEE: hue angle of 275.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35CEE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 92 238 -
CMYK 0.25 0.61 0 0.07
HSL 275.75º 0.81% 0.65% -
HSV(B) 275.75º 0.61% 0.93% -
XYZ 37.85 23.41 83.41 -
YUV 134.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 179 92 238 0.25 0.61 0 0.07 275.75 0.81 0.65
Hex B3 5C EE 19 3D 0 7 114 51 41
Octal 263 134 356 31 75 0 7 424 121 101
Binary 10110011 1011100 11101110 11001 111101 0 111 100010100 1010001 1000001

Color Harmonies of #B35CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35CEE

Black with #B35CEE

Text Example


Text Example

White with #B35CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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