Html Css Color HEX #B33DED Medium Orchid

📋 copy color: '#B33DED'

red 179 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #B33DED

Tints of Medium Orchid #B33DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.79%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 37.53%
G = 12.79%
B = 49.69%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B33DED (or 0xB33DED) is known color: Medium Orchid. HEX triplet: B3, 3D and ED. RGB value is (179,61,237). Sum of RGB (Red+Green+Blue) = 179+61+237=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #B33DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DED is #4CC212. Grayscale: #737373. Windows color (decimal): -5030419 or 15547827. OLE color: 15547827.

HSL color Cylindrical-coordinate representation of color #B33DED: hue angle of 280.23º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33DED is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 61 237 -
CMYK 0.24 0.74 0 0.07
HSL 280.23º 0.83% 0.58% -
HSV(B) 280.23º 0.74% 0.93% -
XYZ 35.55 19.04 81.92 -
YUV 116.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 179 61 237 0.24 0.74 0 0.07 280.23 0.83 0.58
Hex B3 3D ED 18 4A 0 7 118 53 3A
Octal 263 75 355 30 112 0 7 430 123 72
Binary 10110011 111101 11101101 11000 1001010 0 111 100011000 1010011 111010

Color Harmonies of #B33DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DED

Black with #B33DED

Text Example


Text Example

White with #B33DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DED; }

 p { color: rgb(179,61,237); }

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

background-color css

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

 a { background-color: rgb(179,61,237); }

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

border-color css

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

 span { border-color: rgb(179,61,237); }

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