Html Css Color HEX #B34BEE Medium Orchid

📋 copy color: '#B34BEE'

red 179 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #B34BEE

Tints of Medium Orchid #B34BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.24%

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

R = 36.38%
G = 15.24%
B = 48.37%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B34BEE (or 0xB34BEE) is known color: Medium Orchid. HEX triplet: B3, 4B and EE. RGB value is (179,75,238). Sum of RGB (Red+Green+Blue) = 179+75+238=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #B34BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34BEE is #4CB411. Grayscale: #7C7C7C. Windows color (decimal): -5026834 or 15616947. OLE color: 15616947.

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

Color convert

RGB 179 75 238 -
CMYK 0.25 0.68 0 0.07
HSL 278.28º 0.83% 0.61% -
HSV(B) 278.28º 0.68% 0.93% -
XYZ 36.54 20.79 82.98 -
YUV 124.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 179 75 238 0.25 0.68 0 0.07 278.28 0.83 0.61
Hex B3 4B EE 19 44 0 7 116 53 3D
Octal 263 113 356 31 104 0 7 426 123 75
Binary 10110011 1001011 11101110 11001 1000100 0 111 100010110 1010011 111101

Color Harmonies of #B34BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BEE

Black with #B34BEE

Text Example


Text Example

White with #B34BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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