Html Css Color HEX #B65FE8 Medium Orchid

📋 copy color: '#B65FE8'

red 182 ◦ green 95 ◦ blue 232

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

Shades of Medium Orchid #B65FE8

Tints of Medium Orchid #B65FE8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 232 (91.02% from 255) = 45.58%

R = 35.76%
G = 18.66%
B = 45.58%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B65FE8 (or 0xB65FE8) is known color: Medium Orchid. HEX triplet: B6, 5F and E8. RGB value is (182,95,232). Sum of RGB (Red+Green+Blue) = 182+95+232=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #B65FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FE8 is #49A017. Grayscale: #888888. Windows color (decimal): -4825112 or 15228854. OLE color: 15228854.

HSL color Cylindrical-coordinate representation of color #B65FE8: hue angle of 278.1º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65FE8 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 95 232 -
CMYK 0.22 0.59 0 0.09
HSL 278.1º 0.75% 0.64% -
HSV(B) 278.1º 0.59% 0.91% -
XYZ 37.95 23.96 78.97 -
YUV 136.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 182 95 232 0.22 0.59 0 0.09 278.1 0.75 0.64
Hex B6 5F E8 16 3B 0 9 116 4B 40
Octal 266 137 350 26 73 0 11 426 113 100
Binary 10110110 1011111 11101000 10110 111011 0 1001 100010110 1001011 1000000

Color Harmonies of #B65FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FE8

Black with #B65FE8

Text Example


Text Example

White with #B65FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FE8; }

 p { color: rgb(182,95,232); }

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

background-color css

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

 a { background-color: rgb(182,95,232); }

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

border-color css

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

 span { border-color: rgb(182,95,232); }

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