Html Css Color HEX #B268E6 Medium Orchid

📋 copy color: '#B268E6'

red 178 ◦ green 104 ◦ blue 230

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

Shades of Medium Orchid #B268E6

Tints of Medium Orchid #B268E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 34.77%
G = 20.31%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B268E6 (or 0xB268E6) is known color: Medium Orchid. HEX triplet: B2, 68 and E6. RGB value is (178,104,230). Sum of RGB (Red+Green+Blue) = 178+104+230=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #B268E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268E6 is #4D9719. Grayscale: #8C8C8C. Windows color (decimal): -5084954 or 15100082. OLE color: 15100082.

HSL color Cylindrical-coordinate representation of color #B268E6: hue angle of 275.24º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B268E6 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 104 230 -
CMYK 0.23 0.55 0 0.10
HSL 275.24º 0.72% 0.65% -
HSV(B) 275.24º 0.55% 0.9% -
XYZ 37.59 25.08 77.72 -
YUV 140.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 178 104 230 0.23 0.55 0 0.10 275.24 0.72 0.65
Hex B2 68 E6 17 37 0 A 113 48 41
Octal 262 150 346 27 67 0 12 423 110 101
Binary 10110010 1101000 11100110 10111 110111 0 1010 100010011 1001000 1000001

Color Harmonies of #B268E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268E6

Black with #B268E6

Text Example


Text Example

White with #B268E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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