Html Css Color HEX #B64FEE Medium Orchid

📋 copy color: '#B64FEE'

red 182 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #B64FEE

Tints of Medium Orchid #B64FEE

RGB

 RED value IS 182 (71.48% from 255) = 36.47%

 GREEN value IS 79 (31.25% from 255) = 15.83%

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

R = 36.47%
G = 15.83%
B = 47.7%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64FEE (or 0xB64FEE) is known color: Medium Orchid. HEX triplet: B6, 4F and EE. RGB value is (182,79,238). Sum of RGB (Red+Green+Blue) = 182+79+238=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #B64FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FEE is #49B011. Grayscale: #7F7F7F. Windows color (decimal): -4829202 or 15617974. OLE color: 15617974.

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

Color convert

RGB 182 79 238 -
CMYK 0.24 0.67 0 0.07
HSL 278.87º 0.82% 0.62% -
HSV(B) 278.87º 0.67% 0.93% -
XYZ 37.52 21.71 83.1 -
YUV 127.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 182 79 238 0.24 0.67 0 0.07 278.87 0.82 0.62
Hex B6 4F EE 18 43 0 7 117 52 3E
Octal 266 117 356 30 103 0 7 427 122 76
Binary 10110110 1001111 11101110 11000 1000011 0 111 100010111 1010010 111110

Color Harmonies of #B64FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FEE

Black with #B64FEE

Text Example


Text Example

White with #B64FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FEE; }

 p { color: rgb(182,79,238); }

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

background-color css

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

 a { background-color: rgb(182,79,238); }

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

border-color css

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

 span { border-color: rgb(182,79,238); }

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