Html Css Color HEX #B865E7 Medium Orchid

📋 copy color: '#B865E7'

red 184 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #B865E7

Tints of Medium Orchid #B865E7

RGB

 RED value IS 184 (72.27% from 255) = 35.66%

 GREEN value IS 101 (39.84% from 255) = 19.57%

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 35.66%
G = 19.57%
B = 44.77%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B865E7 (or 0xB865E7) is known color: Medium Orchid. HEX triplet: B8, 65 and E7. RGB value is (184,101,231). Sum of RGB (Red+Green+Blue) = 184+101+231=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #B865E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865E7 is #479A18. Grayscale: #8C8C8C. Windows color (decimal): -4692505 or 15164856. OLE color: 15164856.

HSL color Cylindrical-coordinate representation of color #B865E7: hue angle of 278.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B865E7 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 101 231 -
CMYK 0.20 0.56 0 0.09
HSL 278.31º 0.73% 0.65% -
HSV(B) 278.31º 0.56% 0.91% -
XYZ 38.84 25.27 78.43 -
YUV 140.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 184 101 231 0.20 0.56 0 0.09 278.31 0.73 0.65
Hex B8 65 E7 14 38 0 9 116 49 41
Octal 270 145 347 24 70 0 11 426 111 101
Binary 10111000 1100101 11100111 10100 111000 0 1001 100010110 1001001 1000001

Color Harmonies of #B865E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865E7

Black with #B865E7

Text Example


Text Example

White with #B865E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865E7; }

 p { color: rgb(184,101,231); }

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

background-color css

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

 a { background-color: rgb(184,101,231); }

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

border-color css

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

 span { border-color: rgb(184,101,231); }

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