Html Css Color HEX #B268E7 Medium Orchid

📋 copy color: '#B268E7'

red 178 ◦ green 104 ◦ blue 231

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

Shades of Medium Orchid #B268E7

Tints of Medium Orchid #B268E7

RGB

 RED value IS 178 (69.92% from 255) = 34.7%

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 34.7%
G = 20.27%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B268E7 (or 0xB268E7) is known color: Medium Orchid. HEX triplet: B2, 68 and E7. RGB value is (178,104,231). Sum of RGB (Red+Green+Blue) = 178+104+231=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #B268E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268E7 is #4D9718. Grayscale: #8C8C8C. Windows color (decimal): -5084953 or 15165618. OLE color: 15165618.

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

Color convert

RGB 178 104 231 -
CMYK 0.23 0.55 0 0.09
HSL 274.96º 0.73% 0.66% -
HSV(B) 274.96º 0.55% 0.91% -
XYZ 37.73 25.14 78.46 -
YUV 140.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 178 104 231 0.23 0.55 0 0.09 274.96 0.73 0.66
Hex B2 68 E7 17 37 0 9 113 49 42
Octal 262 150 347 27 67 0 11 423 111 102
Binary 10110010 1101000 11100111 10111 110111 0 1001 100010011 1001001 1000010

Color Harmonies of #B268E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268E7

Black with #B268E7

Text Example


Text Example

White with #B268E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268E7; }

 p { color: rgb(178,104,231); }

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

background-color css

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

 a { background-color: rgb(178,104,231); }

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

border-color css

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

 span { border-color: rgb(178,104,231); }

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