Html Css Color HEX #B23EFB Medium Orchid

📋 copy color: '#B23EFB'

red 178 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #B23EFB

Tints of Medium Orchid #B23EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.63%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 36.25%
G = 12.63%
B = 51.12%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B23EFB (or 0xB23EFB) is known color: Medium Orchid. HEX triplet: B2, 3E and FB. RGB value is (178,62,251). Sum of RGB (Red+Green+Blue) = 178+62+251=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #B23EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EFB is #4DC104. Grayscale: #757575. Windows color (decimal): -5095685 or 16465586. OLE color: 16465586.

HSL color Cylindrical-coordinate representation of color #B23EFB: hue angle of 276.83º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23EFB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 62 251 -
CMYK 0.29 0.75 0 0.02
HSL 276.83º 0.96% 0.61% -
HSV(B) 276.83º 0.75% 0.98% -
XYZ 37.5 19.88 93.13 -
YUV 118.23 202.93 170.63 -
System Red Green Blue C M Y K H S L
Decimal 178 62 251 0.29 0.75 0 0.02 276.83 0.96 0.61
Hex B2 3E FB 1D 4B 0 2 115 60 3D
Octal 262 76 373 35 113 0 2 425 140 75
Binary 10110010 111110 11111011 11101 1001011 0 10 100010101 1100000 111101

Color Harmonies of #B23EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EFB

Black with #B23EFB

Text Example


Text Example

White with #B23EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EFB; }

 p { color: rgb(178,62,251); }

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

background-color css

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

 a { background-color: rgb(178,62,251); }

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

border-color css

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

 span { border-color: rgb(178,62,251); }

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