Html Css Color HEX #B65CE7 Medium Orchid

📋 copy color: '#B65CE7'

red 182 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #B65CE7

Tints of Medium Orchid #B65CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.22%

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

R = 36.04%
G = 18.22%
B = 45.74%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B65CE7 (or 0xB65CE7) is known color: Medium Orchid. HEX triplet: B6, 5C and E7. RGB value is (182,92,231). Sum of RGB (Red+Green+Blue) = 182+92+231=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #B65CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CE7 is #49A318. Grayscale: #868686. Windows color (decimal): -4825881 or 15162550. OLE color: 15162550.

HSL color Cylindrical-coordinate representation of color #B65CE7: hue angle of 278.85º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65CE7 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 92 231 -
CMYK 0.21 0.60 0 0.09
HSL 278.85º 0.74% 0.63% -
HSV(B) 278.85º 0.6% 0.91% -
XYZ 37.54 23.37 78.13 -
YUV 134.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 182 92 231 0.21 0.60 0 0.09 278.85 0.74 0.63
Hex B6 5C E7 15 3C 0 9 117 4A 3F
Octal 266 134 347 25 74 0 11 427 112 77
Binary 10110110 1011100 11100111 10101 111100 0 1001 100010111 1001010 111111

Color Harmonies of #B65CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CE7

Black with #B65CE7

Text Example


Text Example

White with #B65CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CE7; }

 p { color: rgb(182,92,231); }

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

background-color css

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

 a { background-color: rgb(182,92,231); }

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

border-color css

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

 span { border-color: rgb(182,92,231); }

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