Html Css Color HEX #B23CFD Blue Violet

📋 copy color: '#B23CFD'

red 178 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #B23CFD

Tints of Blue Violet #B23CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.22%

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 36.25%
G = 12.22%
B = 51.53%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B23CFD (or 0xB23CFD) is known color: Blue Violet. HEX triplet: B2, 3C and FD. RGB value is (178,60,253). Sum of RGB (Red+Green+Blue) = 178+60+253=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #B23CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CFD is #4DC302. Grayscale: #747474. Windows color (decimal): -5096195 or 16596146. OLE color: 16596146.

HSL color Cylindrical-coordinate representation of color #B23CFD: hue angle of 276.68º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23CFD is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 60 253 -
CMYK 0.30 0.76 0 0.01
HSL 276.68º 0.98% 0.61% -
HSV(B) 276.68º 0.76% 0.99% -
XYZ 37.71 19.79 94.76 -
YUV 117.28 204.59 171.31 -
System Red Green Blue C M Y K H S L
Decimal 178 60 253 0.30 0.76 0 0.01 276.68 0.98 0.61
Hex B2 3C FD 1E 4C 0 1 115 62 3D
Octal 262 74 375 36 114 0 1 425 142 75
Binary 10110010 111100 11111101 11110 1001100 0 1 100010101 1100010 111101

Color Harmonies of #B23CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CFD

Black with #B23CFD

Text Example


Text Example

White with #B23CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CFD; }

 p { color: rgb(178,60,253); }

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

background-color css

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

 a { background-color: rgb(178,60,253); }

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

border-color css

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

 span { border-color: rgb(178,60,253); }

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